home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D GFX
/
3D GFX.iso
/
amiutils
/
i_l
/
irit5
/
circlink
/
makefile.tc
< prev
next >
Wrap
Makefile
|
1995-12-30
|
663b
|
25 lines
#
# This is the make file for circlink subdirectory.
# In order to run it tcc is assumed to be available, in addition to
# tlib and obviously borland make.
#
# Usage: "make [-DMDL=model]" where model can be l (large) or c (compact) etc.
# Note the MDL is optional with large model as default.
#
# Gershon Elber, Aug 1991
#
# Works only on TC++ 1.0 make and up - swap out make before invoking command.
# .SWAP
# Get the destination directories:
!include "..\makeflag.tc"
OBJS = circlink.obj
install: $(OBJS)
# Dependencies starts here - do not touch, generated automatically.
circlink.obj: ../include/irit_sm.h ../include/symb_lib.h ../include/geomat3d.h